home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Text⁄Files / Suntar 1.3.2 / read me < prev    next >
Encoding:
Text File  |  1992-10-17  |  2.4 KB  |  44 lines  |  [TEXT/KAHL]

  1. Notes:
  2. 1) In order to allow you to compile suntar under Think C 4.05, 
  3.   which has not header files for System 7, we've collected the
  4.   necessary declarations in "system7.h". Suntar 1.3.2 is ready
  5.   to be compiled under either Think C 4 or 5 (thanks to a #define
  6.   included in the 5.0 project)
  7. 2) you must move one of the two projects to the folder containing
  8.   the source files, the project can't be used from the inner folder
  9. 3) str.c, strn.c, setjmp and MacTraps are part of the standard
  10.   libraries. The first three are part of the ANSI library, but
  11.   it's better not to include the whole ANSI (we've redefined some
  12.   standard functions, including printf).
  13.  
  14.  Feel free to use the source code of suntar or any part 
  15. of it for anything you wish: obviously, if you use a large part of
  16. it for your programs you should remember that suntar is freeware 
  17. (hence, your program should be free or anyway priced accordingly 
  18. to what you've written by yourself) and that you should mention 
  19. suntar in the documentation of your program and maybe also in the 
  20. about box. A typical case would be your use of suntar's windows
  21. module (the two files MainEvent.c and windows.c) which was designed
  22. to be essentiallly general-purpose (part of its power is not exploited
  23. by suntar). Small or not meaningful portions don't need any mention
  24. (you are the judge for what "small" and "meaningful" mean, but do
  25. not cheat!).
  26.  If you distribute the source code of a program exploiting 
  27. part of suntar, our copyright notices should remain unchanged, 
  28. just as we've preserved the copyright notices of the source codes
  29. we've exploited. Beware: some files contain more copyright notices,
  30. but comments may explain that one function is totally ours.
  31.  
  32.  If you do changes to suntar, maintaining its role of tar extractor,
  33. you may change its name (but you must make some significant
  34. improvements, and rewrite the documentation and the about box,
  35. remembering to write that it's an evolution of suntar). A copy
  36. modified for your only use should tell that in the version string
  37. of the about box and the 'vers' resource. Do not publicly release
  38. an improvement under the name "suntar" without our permission (if
  39. the E-mail address is no more valid, and you can't find another one,
  40. use traditional mail, and include the listing of all changes;
  41. remember that air mail from the USA to Italy takes about three weeks
  42. (do they use biplanes built during World War 1 ?) ).
  43.  
  44.         Sauro & Gabriele Speranza